home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 2: CDPD 1
/
Almathera Ten on Ten - Disc 2: CDPD 1.iso
/
pd
/
176-200
/
190
/
nethack
/
een.zoo
/
mfndpos.h
< prev
next >
Wrap
Text File
|
1988-07-01
|
586b
|
19 lines
/* SCCS Id: @(#)mfndpos.h 1.4 87/08/08
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* mfndpos.h - version 1.0.2 */
/* changed by GAN 02/06/87 to add nine extra bits for traps -
* this because new traps make nine for traps insufficient
*/
#define ALLOW_TRAPS 0777777
#define ALLOW_U 01000000
#define ALLOW_M 02000000
#define ALLOW_TM 04000000
#define ALLOW_ALL (ALLOW_U | ALLOW_M | ALLOW_TM | ALLOW_TRAPS)
#define ALLOW_SSM 010000000
#define ALLOW_ROCK 020000000
#define NOTONL 040000000
#define NOGARLIC 0100000000
#define ALLOW_WALL 0200000000